mergPopActivity
Type
command
Summary
Presents a modal view that you can use to offer various services from your application
Syntax
mergPopActivity [<pText>], [<pImagePaths>], [<pURLs>], [<pRect>]
Description
The system provides several standard services, such as copying items to the pasteboard, posting content to social media sites, sending items via email or SMS, and more. This feature is available on iOS 6 only and will throw an error on other platforms. To use this feature your app must be comipled against the iOS 6 SDK or higher which means using LiveCode 5.5.3+ and Xcode 4.5 or higher.
Parameters
Name | Type | Description |
---|---|---|
pText | (optional with "" default) text to be handled by the activity view | |
pImagePaths | (optional with "" default) a full path to an image to be handled by the activity view | |
pURLs | (optional with "" default) a url to be handled by the activity view | |
pRect | (optional with "" default) a rect on screen which is used as the location the popover is presented from. This defaults to the rect of the target control. |
Compatibility and Support
Introduced
LiveCode 8.0
OS
ios
Platforms
mobile